* src/w32fns.c (w32_fullscreen_rect): New function to compute the
authorErik Charlebois <erikcharlebois@gmail.com>
Sun, 14 Apr 2013 00:58:45 +0000 (20:58 -0400)
committerErik Charlebois <erikcharlebois@gmail.com>
Sun, 14 Apr 2013 00:58:45 +0000 (20:58 -0400)
commit8b1d4970d399ddab81d99de696df98f922c72d5c
tree6b097f2e98dc398ee0f253c594a4c1c2dd839fd5
parent90cd30c410e78dbc8d885eed7767441fe94ccb1a
* src/w32fns.c (w32_fullscreen_rect): New function to compute the
window rectangle for the given fullscreen mode.
(w32_wnd_proc): When in a fullscreen mode, WM_WINDOWPOSCHANGING
no longer tunes the window size.  This keeps the window's edges
flush with the screen and allows the taskbar to hide itself in
fullboth.
* src/w32term.c (w32fullscreen_hook): fullboth now shows without
window decorations and uses the entire screen.
src/w32fns.c
src/w32term.c
src/w32term.h